Accessibility settings

Published on in Vol 14 (2026)

Preprints (earlier versions) of this paper are available at https://preprints.jmir.org/preprint/75256, first published .
Dynamic Personalized Optimization: An AI Functionality Framework for Digital Therapeutics

Dynamic Personalized Optimization: An AI Functionality Framework for Digital Therapeutics

Dynamic Personalized Optimization: An AI Functionality Framework for Digital Therapeutics

Authors of this article:

Dohyoung Rim1 Author Orcid Image

Rowan Corporation, 18F Yonsei Severance Bld, 10, Tongil-ro, Jung-gu, Seoul, Republic of Korea

Corresponding Author:

Dohyoung Rim, PhD


Dynamic Personalized Optimization (DPO) is introduced as a conceptual framework that defines core artificial intelligence (AI) functions required to deliver real-time, personalized, and optimized treatment in digital therapeutics (DTx). DPO continuously refines therapeutic strategies by integrating patient data, treatment content, usage feedback, and status measurements to provide real-time, personalized treatment. Using predictive AI models, DPO adapts treatment approaches based on patient responses, thereby improving therapeutic effectiveness. Furthermore, this paper explores the potential role of large language models (LLMs) in supporting DPO by processing diverse and complex data formats. By addressing current limitations in real-time personalization within DTx, DPO establishes a structured, AI-driven approach to delivering tailored digital interventions. This framework ultimately aims to enhance treatment efficacy and improve patient engagement.

JMIR Med Inform 2026;14:e75256

doi:10.2196/75256

Keywords



Digital Therapeutics (DTx) are software-based interventions designed to prevent, manage, or treat medical conditions and provide direct therapeutic benefits through digital technology [1]. Such digital interventions are particularly important for neurological disorders, which require complex, personalized approaches [2]. Neurological disorders such as tinnitus, depression, and mild cognitive impairment require individualized care that DTx can offer [3,4], but the full potential of DTx is realized only with artificial intelligence (AI) integration [5].

These DTx solutions can continuously monitor patients, deliver real-time feedback, and dynamically adjust treatments to improve outcomes [6]. AI plays a crucial role in DTx by analyzing large-scale patient data to enable real-time personalization and improved treatment outcomes [3,7,8].

This study introduces a functional framework for AI in DTx, which supports real-time personalization through dynamic adaptation. Existing DTx lack a formal framework for real-time personalization. Prior work has identified persistent challenges in dynamic personalization [8,9], including the need for more adaptable models and limitations of static content in DTx. This paper addresses this gap by introducing a new framework called Dynamic Personalized Optimization (DPO).


Definition and Characteristics of DPO

DPO is a conceptual framework that delineates the core AI functions necessary for DTx to achieve dynamic personalization and optimal therapy. It integrates and analyzes patient data to refine treatment strategies in real time. DPO tailors treatment plans by incorporating patient data and responses to offer individualized therapeutic approaches. A predictive AI model anticipates the patient’s future status and optimizes treatment accordingly. DPO dynamically optimizes personalized therapy by integrating clinical data, feedback, and treatment content.

Building on just-in-time adaptive interventions [10], DPO formalizes relevant data types and introduces adaptive treatment content optimization through AI-based prediction of patient feedback or status. While traditional just-in-time adaptive interventions primarily focus on determining the timing of interventions, DPO differentiates itself by continuously optimizing treatment content through AI-based prediction of patient feedback, thereby extending the concept from temporal adaptation to content-level personalization.

Necessity of DPO in DTx

Neurological and other complex disorders require personalized, responsive treatment. DPO is essential to achieving this in DTx, as it continuously tailors therapy based on patient-specific data in real time.

The Four Data Types of DPO

DPO uses four types of data to tailor therapy. User data (U) include information about the patient, such as demographics, medical history, and lifestyle. Status measurement (M) data refer to objective health metrics, including symptom severity and test results. Treatment content data (C) encompass information related to the therapy itself, such as descriptions, types, and formats. Finally, feedback data (F) consist of feedback received after therapy, such as treatment game scores or the patient’s reported feelings. AI in DTx uses these 4 types of data to create personalized treatment plans. Figure 1 illustrates how these 4 data types are sequentially processed throughout the therapeutic process.

Figure 1. The treatment process begins with a sequence of 4 data types: initial user data (U), initial patient status (Mi), and a repeated cycle of treatment content (C) and feedback (F), which leads to updated status measurements (M). This treatment-feedback sequence and patient status update continues throughout the treatment period.

Within the DPO framework, AI is expected to continuously select the treatment content (C) that yields the greatest improvement in a patient’s final status (Mf) relative to the initial status (Mi). However, identifying the “best” content in advance for AI model training is nearly impossible because it varies by individual and context and cannot be known until tried.

Predicting F

As Figure 2 illustrates, instead of directly predicting the optimal content C, this approach focuses on predicting F for a given C. In a DTx environment, real-world data collection yields sequential data (U, M, C, and F) throughout the treatment. An AI model can be trained on these historical data sequences to predict subsequent F. Although F does not directly represent treatment efficacy, it informs future treatment decisions. This approach assumes that feedback (F) is a valid proxy for treatment efficacy. Prior research shows a strong correlation between user engagement in digital interventions and improved treatment outcomes [11], though engagement alone may not fully capture clinical efficacy. Nonetheless, leveraging this correlation, the model can predict F for candidate treatment contents and select the optimal one (Co) with the highest predicted F.

Figure 2. One optimization approach involves predicting the expected feedback (F) for each candidate content. The optimal content (Co) is selected based on the highest predicted F. An artificial intelligence (AI) model is trained on historical data sequences to predict F for a given candidate C.

Predicting M

Figure 3 illustrates another approach: predicting the patient’s Mf. In this approach, an AI model is trained with prior data sequences as input and Mf as the output. If the model learns this relationship accurately, it can predict Mf for a given input sequence and a candidate C. By predicting M for all candidate C options, the model can select the Co that most effectively improves M.

Together, these approaches eliminate the need to explicitly label C as the correct answer. Instead, AI predicts F or Mf to dynamically determine the optimal C, ensuring that patients engage with the most effective therapeutic content. However, implementing these AI-driven strategies in practice requires managing complex and heterogeneous DTx data, which poses significant challenges.

Figure 3. An alternative approach involves predicting the final patient status (Mf) for each candidate content. The artificial intelligence (AI) model takes historical data and candidate C as input and predicts the resulting status (Mf). The optimal content (Co) is selected to maximize improvement in Mf relative to the initial status.

In a cognitive intervention context for mild cognitive impairment (MCI) [12], DPO operates as follows. The system first collects U such as demographic and behavioral information including age, education level, daily activity, and sleep patterns. It also gathers initial measurement data (Mi), such as the Mini-Mental State Examination score [13] representing the patient’s baseline cognitive state. Based on these inputs and the history of previously delivered C—for example, cognitive games that train memory, attention, or problem-solving skills—and corresponding F, such as game scores reflecting engagement and task performance, the AI model predicts either the expected F or the postsession M for each candidate content option. The predicted value then guides the system in selecting the next Co for the patient’s subsequent training session. This process of providing C and receiving F repeats over time, allowing the system to refine personalized cognitive training. Through this iterative mechanism, DPO continuously optimizes therapeutic content to enhance cognitive function and engagement in patients with MCI.


Overview

DTx data appear in diverse forms—text (eg, clinical notes), numeric measurements, images, and video—varying widely in length and quality. This heterogeneity hinders uniform processing of data by AI. Addressing this issue requires careful data preprocessing, stringent quality control, and AI models capable of integrating disparate data types.

LLMs have significant potential to overcome data processing challenges in DTx [14]. The following strategies describe how LLMs can support DPO.

Integrated Processing of Various Data Formats

LLMs can process diverse data formats (including text, numerical data, and images) thereby enabling comprehensive analysis to improve treatment outcomes [15]. They analyze unstructured text, such as medical records and patient feedback, to extract key details and interpret numerical data like vital signs and laboratory results. Additionally, LLMs use embedding techniques to represent each data modality as a numeric vector, enabling integrated analysis across different data types. This approach allows processing of disparate data types within the same mathematical space.

Processing Variable Data Sizes

LLMs can handle data inputs of widely varying lengths [16,17]—from brief notes and detailed medical records to extensive patient histories and multisource health logs. They can also process time-series data to identify patterns and trends in symptom logs and vital signs. This capability enables real-time monitoring and more adaptive care.


The DPO framework proposed in this study has been designed as a structural model applicable to a range of DTx scenarios, offering a systematic functional definition of AI capabilities required for the personalization and adaptive coordination of digital therapeutic content. In DPO, LLMs are not used to generate new therapeutic content but rather serve as analytical tools to integrate and interpret multimodal data for personalized optimization. This paper presents a conceptual design framework and does not include empirical validation for 2 primary reasons. First, DPO is formulated as a high-level functional abstraction rather than a model-specific architecture, and its applicability may be realized through various algorithmic implementations. Therefore, the focus of this work is on the completeness and coherence of the framework design rather than the comparative performance of specific models. Second, the DPO framework is currently undergoing pilot-level integration in several ongoing DTx development pipelines within an industry setting, and early experimental outcomes related to these efforts are planned to be reported in a separate study. Future work will empirically evaluate the implementation and performance of each functional component of the DPO framework—prediction, personalization, and optimization—within actual digital therapeutic contexts using real user data. Additional studies will also explore the generalizability and scalability of DPO across diverse clinical domains, including MCI, depression, and tinnitus, to further establish the framework’s practical utility and robustness.


The proposed DPO framework offers a structured approach to operationalizing AI in DTx, with the potential to improve both engagement and therapeutic efficacy. Integrating LLMs into DPO could greatly enhance personalized care delivery and improve health care outcomes. At the same time, ensuring data privacy, security, and safety in digital therapeutics remains essential. Moreover, the responsible use of AI-based DTx requires addressing ethical issues such as transparency, fairness, cybersecurity, and data protection, which must be implemented with accountability [18]. Recent studies on responsible AI deployment further emphasize the importance of governance, transparency, and privacy as key foundations for ethical implementation in health care [19,20]. AI must generate transparent recommendations while ensuring clinical validation and ethical oversight. Overcoming these challenges could enable a new level of personalized treatment and substantially improve patient outcomes. Leveraging advanced AI models for DPO may facilitate the integration of heterogeneous patient data in ways previously unattainable, essentially serving as a “brain” for DTx that learns and adapts to each patient. Going forward, the practical implementation and clinical validation of DPO (potentially with LLMs) are crucial next steps. These efforts must be accompanied by careful attention to ethical and regulatory considerations. If DPO can maintain patient engagement by tailoring content to what is therapeutically optimal for each individual, the therapeutic efficacy of DTx could be substantially enhanced. Such personalized adaptation prevents patient dropout or disengagement caused by monotonous or ineffective content [1], thereby further improving outcomes.

Funding

The author declares no financial support was received for this work.

Authors' Contributions

DR confirms being solely responsible for all aspects of this work, including conceptualizing and designing the study, conducting the analysis, and drafting and revising the entire manuscript.

Conflicts of Interest

None declared.

  1. Digital therapeutics definition and core principles. Digital Therapeutics Alliance; 2019.
  2. Griñán-Ferré C, Bellver-Sanchis A, Guerrero A, Pallàs M. Advancing personalized medicine in neurodegenerative diseases: The role of epigenetics and pharmacoepigenomics in pharmacotherapy. Pharmacol Res. Jul 2024;205:107247. [CrossRef] [Medline]
  3. Choi H, Shin J, Kim JH, et al. Digital therapeutics for patients with mild cognitive impairment: Design of a mobile health program. Electronics (Basel). 2024;13(19):3892. [CrossRef]
  4. Armeni P, Polat I, De Rossi LM, Diaferia L, Meregalli S, Gatti A. Exploring the potential of digital therapeutics: An assessment of progress and promise. Digit Health. 2024;10:20552076241277441. [CrossRef] [Medline]
  5. Darcy A, Beaudette A, Chiauzzi E, et al. Anatomy of a Woebot® (WB001): agent guided CBT for women with postpartum depression. Expert Rev Med Devices. Apr 2022;19(4):287-301. [CrossRef] [Medline]
  6. Palanica A, Docktor MJ, Lieberman M, Fossat Y. The need for artificial intelligence in digital therapeutics. Digit Biomark. 2020;4(1):21-25. [CrossRef] [Medline]
  7. Smith ME, Sharma D, Rivero-Arias O, et al. Digital thErapy For Improved tiNnitus carE Study (DEFINE): Protocol for a randomised controlled trial. PLoS ONE. 2024;19(1):e0292562. [CrossRef] [Medline]
  8. Niazi SK. The coming of age of AI/ML in drug discovery, development, clinical testing, and manufacturing: The FDA perspectives. Drug Des Devel Ther. 2023;17:2691-2725. [CrossRef] [Medline]
  9. Hu P, Hu L, Wang F, Mei J. Editorial: Computing and artificial intelligence in digital therapeutics. Front Med. 2024;10:1330686. [CrossRef]
  10. Patel M, Butte A. Challenges in digital therapeutics: Personalization and evidence generation. Journal of Digital Health. 2020;5(2):98-105. [CrossRef] [Medline]
  11. Nahum-Shani I, Smith SN, Spring BJ, et al. Just-in-time adaptive interventions (JITAIs) in mobile health: Key components and design principles for ongoing health behavior support. Ann Behav Med. May 18, 2018;52(6):446-462. [CrossRef] [Medline]
  12. Petersen RC, Smith GE, Waring SC, Ivnik RJ, Tangalos EG, Kokmen E. Mild cognitive impairment: clinical characterization and outcome. Arch Neurol. Mar 1999;56(3):303-308. [CrossRef] [Medline]
  13. Folstein MF, Folstein SE, McHugh PR. “Mini-mental state”. A practical method for grading the cognitive state of patients for the clinician. J Psychiatr Res. Nov 1975;12(3):189-198. [CrossRef] [Medline]
  14. Gan DZQ, McGillivray L, Han J, Christensen H, Torok M. Effect of engagement with digital interventions on mental health outcomes: A systematic review and meta-analysis. Front Digit Health. 2021;3:764079. [CrossRef] [Medline]
  15. Zhang K, Meng X, Yan X, et al. Revolutionizing health care: The transformative impact of large language models in medicine. J Med Internet Res. Jan 7, 2025;27(1):e59069. [CrossRef] [Medline]
  16. Belyaeva A, Cosentino J, Hormozdiari F, et al. Multimodal LLMs for health grounded in individual-specific data. Presented at: First International Workshop on Machine Learning for Multimodal Healthcare Data; Jul 29, 2023. [CrossRef]
  17. Gpt-4 technical report. OpenAI; 2023. [CrossRef]
  18. Mennella C, Maniscalco U, De Pietro G, Esposito M. Ethical and regulatory challenges of AI technologies in healthcare: A narrative review. Heliyon. Feb 29, 2024;10(4):e26297. [CrossRef] [Medline]
  19. Radanliev P, Santos O, Brandon-Jones A, Joinson A. Ethics and responsible AI deployment. Front Artif Intell. 2024;7:1377011. [CrossRef] [Medline]
  20. Radanliev P. AI Ethics: Integrating transparency, fairness, and privacy in AI development. Appl Artif Intell. Dec 31, 2025;39(1). [CrossRef]


AI: artificial intelligence
C: treatment content data
Co: optimal content
DPO: Dynamic Personalized Optimization
DTx: digital therapeutics
F: feedback data
LLM: large language model
M: status measurement data
MCI: mild cognitive impairment
Mf: final status
Mi: initial status
U: user data


Edited by Arriel Benis; submitted 31.Mar.2025; peer-reviewed by Burak Tasci, Petar Radanliev, Souhaib Aammou; final revised version received 18.Oct.2025; accepted 17.Dec.2025; published 18.Mar.2026.

Copyright

© Dohyoung Rim. Originally published in JMIR Medical Informatics (https://medinform.jmir.org), 18.Mar.2026.

This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Medical Informatics, is properly cited. The complete bibliographic information, a link to the original publication on https://medinform.jmir.org/, as well as this copyright and license information must be included.